Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCategory
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCategory))
26         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Me.Panel1 = New System.Windows.Forms.Panel()
35         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
36         Me.btnDelete = New System.Windows.Forms.Button()
37         Me.btnUpdate = New System.Windows.Forms.Button()
38         Me.btnNew = New System.Windows.Forms.Button()
39         Me.btnSave = New System.Windows.Forms.Button()
40         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
41         Me.txtSCPer = New System.Windows.Forms.TextBox()
42         Me.Label5 = New System.Windows.Forms.Label()
43         Me.Label3 = New System.Windows.Forms.Label()
44         Me.txtVAT = New System.Windows.Forms.TextBox()
45         Me.Label2 = New System.Windows.Forms.Label()
46         Me.txtServiceTax = New System.Windows.Forms.TextBox()
47         Me.txtCategory = New System.Windows.Forms.TextBox()
48         Me.Label4 = New System.Windows.Forms.Label()
49         Me.lblUser = New System.Windows.Forms.Label()
50         Me.txtCategoryName = New System.Windows.Forms.TextBox()
51         Me.btnClose = New System.Windows.Forms.Button()
52         Me.dgw = New System.Windows.Forms.DataGridView()
53         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
55         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
56         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Panel2 = New System.Windows.Forms.Panel()
58         Me.Label1 = New System.Windows.Forms.Label()
59         Me.Panel1.SuspendLayout()
60         Me.GroupBox2.SuspendLayout()
61         Me.GroupBox1.SuspendLayout()
62         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
63         Me.Panel2.SuspendLayout()
64         Me.SuspendLayout()
65         
'
66         
'Panel1
67         
'
68         Me.Panel1.BackColor = System.Drawing.Color.White
69         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
70         Me.Panel1.Controls.Add(Me.GroupBox2)
71         Me.Panel1.Controls.Add(Me.GroupBox1)
72         Me.Panel1.Controls.Add(Me.lblUser)
73         Me.Panel1.Controls.Add(Me.txtCategoryName)
74         Me.Panel1.Controls.Add(Me.btnClose)
75         Me.Panel1.Controls.Add(Me.dgw)
76         Me.Panel1.Controls.Add(Me.Panel2)
77         Me.Panel1.Location = New System.Drawing.Point(
4, 4)
78         Me.Panel1.Name =
"Panel1"
79         Me.Panel1.Size = New System.Drawing.Size(
597, 431)
80         Me.Panel1.TabIndex =
2
81         
'
82         
'GroupBox2
83         
'
84         Me.GroupBox2.Controls.Add(Me.btnDelete)
85         Me.GroupBox2.Controls.Add(Me.btnUpdate)
86         Me.GroupBox2.Controls.Add(Me.btnNew)
87         Me.GroupBox2.Controls.Add(Me.btnSave)
88         Me.GroupBox2.Location = New System.Drawing.Point(
490, 40)
89         Me.GroupBox2.Name =
"GroupBox2"
90         Me.GroupBox2.Size = New System.Drawing.Size(
98, 193)
91         Me.GroupBox2.TabIndex =
4
92         Me.GroupBox2.TabStop = False
93         
'
94         
'btnDelete
95         
'
96         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
97         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.btnDelete.Image = CType(resources.GetObject(
"btnDelete.Image"), System.Drawing.Image)
99         Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
100         Me.btnDelete.Location = New System.Drawing.Point(
8, 146)
101         Me.btnDelete.Name =
"btnDelete"
102         Me.btnDelete.Size = New System.Drawing.Size(
83, 40)
103         Me.btnDelete.TabIndex =
3
104         Me.btnDelete.Text =
"&Delete"
105         Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
106         Me.btnDelete.UseVisualStyleBackColor = True
107         
'
108         
'btnUpdate
109         
'
110         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
111         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
112         Me.btnUpdate.Image = CType(resources.GetObject(
"btnUpdate.Image"), System.Drawing.Image)
113         Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
114         Me.btnUpdate.Location = New System.Drawing.Point(
8, 102)
115         Me.btnUpdate.Name =
"btnUpdate"
116         Me.btnUpdate.Size = New System.Drawing.Size(
83, 40)
117         Me.btnUpdate.TabIndex =
2
118         Me.btnUpdate.Text =
"&Update"
119         Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
120         Me.btnUpdate.UseVisualStyleBackColor = True
121         
'
122         
'btnNew
123         
'
124         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
125         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         Me.btnNew.Image = CType(resources.GetObject(
"btnNew.Image"), System.Drawing.Image)
127         Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
128         Me.btnNew.Location = New System.Drawing.Point(
8, 14)
129         Me.btnNew.Name =
"btnNew"
130         Me.btnNew.Size = New System.Drawing.Size(
83, 40)
131         Me.btnNew.TabIndex =
0
132         Me.btnNew.Text =
"&New"
133         Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight
134         Me.btnNew.UseVisualStyleBackColor = True
135         
'
136         
'btnSave
137         
'
138         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
139         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
140         Me.btnSave.Image = CType(resources.GetObject(
"btnSave.Image"), System.Drawing.Image)
141         Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
142         Me.btnSave.Location = New System.Drawing.Point(
8, 58)
143         Me.btnSave.Name =
"btnSave"
144         Me.btnSave.Size = New System.Drawing.Size(
83, 40)
145         Me.btnSave.TabIndex =
1
146         Me.btnSave.Text =
"&Save"
147         Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
148         Me.btnSave.UseVisualStyleBackColor = True
149         
'
150         
'GroupBox1
151         
'
152         Me.GroupBox1.Controls.Add(Me.txtSCPer)
153         Me.GroupBox1.Controls.Add(Me.Label5)
154         Me.GroupBox1.Controls.Add(Me.Label3)
155         Me.GroupBox1.Controls.Add(Me.txtVAT)
156         Me.GroupBox1.Controls.Add(Me.Label2)
157         Me.GroupBox1.Controls.Add(Me.txtServiceTax)
158         Me.GroupBox1.Controls.Add(Me.txtCategory)
159         Me.GroupBox1.Controls.Add(Me.Label4)
160         Me.GroupBox1.Location = New System.Drawing.Point(
82, 281)
161         Me.GroupBox1.Name =
"GroupBox1"
162         Me.GroupBox1.Size = New System.Drawing.Size(
301, 142)
163         Me.GroupBox1.TabIndex =
0
164         Me.GroupBox1.TabStop = False
165         Me.GroupBox1.Text =
"Category Info :"
166         
'
167         
'txtSCPer
168         
'
169         Me.txtSCPer.BackColor = System.Drawing.Color.White
170         Me.txtSCPer.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
171         Me.txtSCPer.Location = New System.Drawing.Point(
226, 110)
172         Me.txtSCPer.Name =
"txtSCPer"
173         Me.txtSCPer.Size = New System.Drawing.Size(
61, 21)
174         Me.txtSCPer.TabIndex =
3
175         Me.txtSCPer.Text =
"0.00"
176         Me.txtSCPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
177         
'
178         
'Label5
179         
'
180         Me.Label5.AutoSize = True
181         Me.Label5.Location = New System.Drawing.Point(
15, 110)
182         Me.Label5.Name =
"Label5"
183         Me.Label5.Size = New System.Drawing.Size(
102, 13)
184         Me.Label5.TabIndex =
8
185         Me.Label5.Text =
"Service Charges % :"
186         
'
187         
'Label3
188         
'
189         Me.Label3.AutoSize = True
190         Me.Label3.Location = New System.Drawing.Point(
15, 22)
191         Me.Label3.Name =
"Label3"
192         Me.Label3.Size = New System.Drawing.Size(
55, 13)
193         Me.Label3.TabIndex =
7
194         Me.Label3.Text =
"Category :"
195         
'
196         
'txtVAT
197         
'
198         Me.txtVAT.BackColor = System.Drawing.Color.White
199         Me.txtVAT.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
200         Me.txtVAT.Location = New System.Drawing.Point(
226, 52)
201         Me.txtVAT.Name =
"txtVAT"
202         Me.txtVAT.Size = New System.Drawing.Size(
61, 21)
203         Me.txtVAT.TabIndex =
1
204         Me.txtVAT.Text =
"0.00"
205         Me.txtVAT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
206         
'
207         
'Label2
208         
'
209         Me.Label2.AutoSize = True
210         Me.Label2.Location = New System.Drawing.Point(
15, 52)
211         Me.Label2.Name =
"Label2"
212         Me.Label2.Size = New System.Drawing.Size(
45, 13)
213         Me.Label2.TabIndex =
5
214         Me.Label2.Text =
"VAT % :"
215         
'
216         
'txtServiceTax
217         
'
218         Me.txtServiceTax.BackColor = System.Drawing.Color.White
219         Me.txtServiceTax.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
220         Me.txtServiceTax.Location = New System.Drawing.Point(
226, 81)
221         Me.txtServiceTax.Name =
"txtServiceTax"
222         Me.txtServiceTax.Size = New System.Drawing.Size(
61, 21)
223         Me.txtServiceTax.TabIndex =
2
224         Me.txtServiceTax.Text =
"0.00"
225         Me.txtServiceTax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
226         
'
227         
'txtCategory
228         
'
229         Me.txtCategory.BackColor = System.Drawing.Color.White
230         Me.txtCategory.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
231         Me.txtCategory.Location = New System.Drawing.Point(
76, 22)
232         Me.txtCategory.Name =
"txtCategory"
233         Me.txtCategory.Size = New System.Drawing.Size(
211, 21)
234         Me.txtCategory.TabIndex =
0
235         
'
236         
'Label4
237         
'
238         Me.Label4.AutoSize = True
239         Me.Label4.Location = New System.Drawing.Point(
15, 81)
240         Me.Label4.Name =
"Label4"
241         Me.Label4.Size = New System.Drawing.Size(
81, 13)
242         Me.Label4.TabIndex =
6
243         Me.Label4.Text =
"Service Tax % :"
244         
'
245         
'lblUser
246         
'
247         Me.lblUser.AutoSize = True
248         Me.lblUser.Location = New System.Drawing.Point(
17, 333)
249         Me.lblUser.Name =
"lblUser"
250         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
251         Me.lblUser.TabIndex =
5
252         Me.lblUser.Text =
"Label8"
253         Me.lblUser.Visible = False
254         
'
255         
'txtCategoryName
256         
'
257         Me.txtCategoryName.Location = New System.Drawing.Point(
7, 293)
258         Me.txtCategoryName.Name =
"txtCategoryName"
259         Me.txtCategoryName.Size = New System.Drawing.Size(
49, 20)
260         Me.txtCategoryName.TabIndex =
4
261         Me.txtCategoryName.Visible = False
262         
'
263         
'btnClose
264         
'
265         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
266         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
267         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
268         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
269         Me.btnClose.Location = New System.Drawing.Point(
510, 4)
270         Me.btnClose.Name =
"btnClose"
271         Me.btnClose.Size = New System.Drawing.Size(
78, 33)
272         Me.btnClose.TabIndex =
4
273         Me.btnClose.Text =
"&Close"
274         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
275         Me.btnClose.UseVisualStyleBackColor = True
276         
'
277         
'dgw
278         
'
279         Me.dgw.AllowUserToAddRows = False
280         Me.dgw.AllowUserToDeleteRows = False
281         DataGridViewCellStyle9.BackColor = System.Drawing.Color.FloralWhite
282         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
283         Me.dgw.BackgroundColor = System.Drawing.Color.White
284         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
285         DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
286         DataGridViewCellStyle10.BackColor = System.Drawing.Color.LightSeaGreen
287         DataGridViewCellStyle10.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
288         DataGridViewCellStyle10.ForeColor = System.Drawing.Color.Black
289         DataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.LightSteelBlue
290         DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
291         DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
292         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10
293         Me.dgw.ColumnHeadersHeight =
30
294         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column5})
295         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
296         DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
297         DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window
298         DataGridViewCellStyle14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
299         DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText
300         DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
301         DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
302         DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
303         Me.dgw.DefaultCellStyle = DataGridViewCellStyle14
304         Me.dgw.EnableHeadersVisualStyles = False
305         Me.dgw.GridColor = System.Drawing.Color.White
306         Me.dgw.Location = New System.Drawing.Point(
4, 40)
307         Me.dgw.MultiSelect = False
308         Me.dgw.Name =
"dgw"
309         Me.dgw.ReadOnly = True
310         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
311         DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
312         DataGridViewCellStyle15.BackColor = System.Drawing.Color.LightSeaGreen
313         DataGridViewCellStyle15.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
314         DataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText
315         DataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.Orange
316         DataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText
317         DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
318         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle15
319         Me.dgw.RowHeadersWidth =
25
320         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
321         DataGridViewCellStyle16.BackColor = System.Drawing.Color.White
322         DataGridViewCellStyle16.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
323         DataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.MediumTurquoise
324         DataGridViewCellStyle16.SelectionForeColor = System.Drawing.Color.White
325         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle16
326         Me.dgw.RowTemplate.Height =
18
327         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
328         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
329         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
330         Me.dgw.Size = New System.Drawing.Size(
480, 235)
331         Me.dgw.TabIndex =
1
332         
'
333         
'Column1
334         
'
335         Me.Column1.HeaderText =
"Category"
336         Me.Column1.Name =
"Column1"
337         Me.Column1.ReadOnly = True
338         Me.Column1.Width =
150
339         
'
340         
'Column2
341         
'
342         DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
343         Me.Column2.DefaultCellStyle = DataGridViewCellStyle11
344         Me.Column2.HeaderText =
"VAT %"
345         Me.Column2.Name =
"Column2"
346         Me.Column2.ReadOnly = True
347         
'
348         
'Column3
349         
'
350         DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
351         Me.Column3.DefaultCellStyle = DataGridViewCellStyle12
352         Me.Column3.HeaderText =
"Service Tax %"
353         Me.Column3.Name =
"Column3"
354         Me.Column3.ReadOnly = True
355         
'
356         
'Column5
357         
'
358         DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
359         Me.Column5.DefaultCellStyle = DataGridViewCellStyle13
360         Me.Column5.HeaderText =
"Service Charges %"
361         Me.Column5.Name =
"Column5"
362         Me.Column5.ReadOnly = True
363         
'
364         
'Panel2
365         
'
366         Me.Panel2.BackColor = System.Drawing.Color.LightSeaGreen
367         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
368         Me.Panel2.Controls.Add(Me.Label1)
369         Me.Panel2.Location = New System.Drawing.Point(
4, 4)
370         Me.Panel2.Name =
"Panel2"
371         Me.Panel2.Size = New System.Drawing.Size(
500, 31)
372         Me.Panel2.TabIndex =
0
373         
'
374         
'Label1
375         
'
376         Me.Label1.AutoSize = True
377         Me.Label1.BackColor = System.Drawing.Color.Transparent
378         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
379         Me.Label1.ForeColor = System.Drawing.Color.White
380         Me.Label1.Location = New System.Drawing.Point(
150, 2)
381         Me.Label1.Name =
"Label1"
382         Me.Label1.Size = New System.Drawing.Size(
215, 24)
383         Me.Label1.TabIndex =
0
384         Me.Label1.Text =
"List of Item Categories"
385         
'
386         
'frmCategory
387         
'
388         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
389         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
390         Me.BackColor = System.Drawing.Color.Orange
391         Me.ClientSize = New System.Drawing.Size(
606, 440)
392         Me.Controls.Add(Me.Panel1)
393         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
394         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
395         Me.KeyPreview = True
396         Me.MaximizeBox = False
397         Me.MinimizeBox = False
398         Me.Name =
"frmCategory"
399         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
400         Me.Panel1.ResumeLayout(False)
401         Me.Panel1.PerformLayout()
402         Me.GroupBox2.ResumeLayout(False)
403         Me.GroupBox1.ResumeLayout(False)
404         Me.GroupBox1.PerformLayout()
405         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
406         Me.Panel2.ResumeLayout(False)
407         Me.Panel2.PerformLayout()
408         Me.ResumeLayout(False)
409
410     End Sub
411     Friend WithEvents Panel1 As System.Windows.Forms.Panel
412     Friend WithEvents txtCategory As System.Windows.Forms.TextBox
413     Friend WithEvents btnDelete As System.Windows.Forms.Button
414     Friend WithEvents btnClose As System.Windows.Forms.Button
415     Friend WithEvents btnUpdate As System.Windows.Forms.Button
416     Friend WithEvents btnSave As System.Windows.Forms.Button
417     Friend WithEvents btnNew As System.Windows.Forms.Button
418     Friend WithEvents dgw As System.Windows.Forms.DataGridView
419     Friend WithEvents Panel2 As System.Windows.Forms.Panel
420     Friend WithEvents Label1 As System.Windows.Forms.Label
421     Friend WithEvents txtServiceTax As System.Windows.Forms.TextBox
422     Friend WithEvents Label4 As System.Windows.Forms.Label
423     Friend WithEvents Label2 As System.Windows.Forms.Label
424     Friend WithEvents txtCategoryName As System.Windows.Forms.TextBox
425     Friend WithEvents lblUser As System.Windows.Forms.Label
426     Friend WithEvents txtVAT As System.Windows.Forms.TextBox
427     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
428     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
429     Friend WithEvents Label3 As System.Windows.Forms.Label
430     Friend WithEvents txtSCPer As System.Windows.Forms.TextBox
431     Friend WithEvents Label5 As System.Windows.Forms.Label
432     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
433     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
434     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
435     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
436
437 End Class


Gõ tìm kiếm nhanh...